home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / ths.xml < prev    next >
Text File  |  2002-09-27  |  966b  |  38 lines

  1. <search function="ths">
  2.   <name>Thesaurus.com</name>
  3.   <description>Search for synonyms
  4.   <div class="helpboxDescLabels">Example:</div> 
  5.   <table class="helpboxDescTable">
  6.     <tr>
  7.       <td>ths frothy</td>
  8.     </tr>
  9.   </table>
  10.   </description>
  11.   <category>Reference</category>
  12.   <link>http://www.thesaurus.com/</link>
  13.   <form name="thsf"
  14.         action="http://www.thesaurus.com/cgi-bin/search"
  15.         method="get">
  16.     <input type="hidden" name="config" value="roget"/>
  17.     <input type="hidden" name="words"/>
  18.   </form>
  19.   <script><![CDATA[
  20.     function ths(q)
  21.     {
  22.       if (q == "")
  23.         openSearchWindow("http://www.thesaurus.com/");
  24.       else
  25.       {
  26.         document.thsf.words.value=q;
  27.         submitForm(thsf);
  28.       }
  29.     }
  30.   ]]></script>
  31.  
  32.   <copyright>
  33.     Copyright (c) 2002 David Bau
  34.     Distributed under the terms of the
  35.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  36.   </copyright>
  37. </search>
  38.